Merge pull request #184426 from r-ryantm/auto-update/patchage

patchage: 1.0.4 -> 1.0.6
This commit is contained in:
Jonas Heinrich 2022-08-22 18:07:52 +02:00 committed by GitHub
commit 94027702aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "patchage"; pname = "patchage";
version = "1.0.4"; version = "1.0.6";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "drobilla"; owner = "drobilla";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-feQXACsn2i2pJXs0EA9tIbtpl9Lxx5K4G7eG5VWuDV0="; hash = "sha256-LzN6RyF/VT4LUVeR0904BnLuNMFZjFTDu9oDIKYG2Yo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };