unflac: 1.3 -> 1.4 (#474090)

This commit is contained in:
Paul Meyer
2026-01-26 08:55:00 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "unflac";
version = "1.3";
version = "1.4";
src = fetchFromSourcehut {
owner = "~ft";
repo = "unflac";
rev = version;
sha256 = "sha256-xJEVrzooNcS3zEKeF6DB7ZRZEjHfC7dGKgQfswxbD+U=";
sha256 = "sha256-1Mpo1eBjfAudl7Lc6DUstEnWlY6G4ZFT9jm9JoWxPlk=";
};
vendorHash = "sha256-IQHxEYv6l8ORoX+a3Szox9tS2fyBk0tpK+Q1AsWohX0=";
vendorHash = "sha256-rq+qfUiR8WJRyoLH/UQVKAorDmrbhHfNYRz6bL4uub4=";
nativeBuildInputs = [ makeWrapper ];
postFixup = ''