use the actual patched files

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-19 21:10:17 +01:00
parent 440b692cea
commit e4527a961d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 4 additions and 3 deletions

View file

@ -94,6 +94,9 @@ schema = 3
[mod."github.com/VividCortex/gohistogram"]
version = "v1.0.0"
hash = "sha256-zubR+TIR7DgyESAOLM/DC0DqR1K7zXM+YL+OmGfed/o="
[mod."github.com/adrium/goheif"]
version = "v0.0.0-20210309200126-b184a7b446fa"
hash = "sha256-R8cAZMJneeAs2akDOPmWE1Wp1yx2p94WmqOszAVbDVQ="
[mod."github.com/aead/siphash"]
version = "v1.0.1"
hash = "sha256-zP7VoPA7YHxa+lMwnOXRJo3rfVZFsCTtgJYwLdAPbQY="
@ -889,9 +892,6 @@ schema = 3
[mod."github.com/jbenet/goprocess"]
version = "v0.1.4"
hash = "sha256-U8K2bPDD8xkc+EcDMRpTaCcHN/jfsHvEYQLO1Kcuivw="
[mod."github.com/jdeng/goheif"]
version = "v0.0.0-20200323230657-a0d6a8b3e68f"
hash = "sha256-qUqGMyzaz9sF2+ri7qgeVqGuuUeZMPHg1GED9w9JDOk="
[mod."github.com/jehiah/go-strftime"]
version = "v0.0.0-20171201141054-1d33003b3869"
hash = "sha256-+4WOjV+F2BXgKmdfYvuSkfQAKOZlFo8eZrnCT+xT3xQ="

View file

@ -33,6 +33,7 @@ applyPatches {
];
}
EOF
SOURCE_DIR="$(nix-build --no-out-link -E '(import <nixpkgs> {}).callPackage ./source.nix {}')"
echo "Creating gomod2nix.toml"
nix run github:tweag/gomod2nix -- --dir $SOURCE_DIR --outdir $TARGET_DIR