patchage: 1.0.4 -> 1.0.6

This commit is contained in:
R. Ryantm 2022-08-01 04:00:15 +00:00
parent 5857574d45
commit a3f0d91403

View File

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