3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150094 from figsoda/update-synth

synth: 0.6.1 -> 0.6.2
This commit is contained in:
figsoda 2021-12-12 12:32:37 -05:00 committed by GitHub
commit 5cd364b9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "synth";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "getsynth";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VsvGrlFmn8Q7dhvo3Buy8G0oeNErtBT4lZ8k8WFC8Zo=";
sha256 = "sha256-MeZ5bkOMTJVvaBfGahKsXvaYhfMKcYzPFsBp/p2dPQQ=";
};
cargoSha256 = "sha256-10b2n7wMuBt90GZ6AVnSMT7r2501tounw13eJhyrmS4=";
cargoSha256 = "sha256-lNeDpUla/PfGd/AogdcOtrmL1Jp+0Ji9LH1CF7uOEe0=";
nativeBuildInputs = [ pkg-config ];