archivemount: 1a -> 1b (#409465)

This commit is contained in:
Nick Cao 2025-05-23 16:01:54 -04:00 committed by GitHub
commit 8d6a1432e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "archivemount";
version = "1a";
version = "1b";
src = fetchFromSourcehut {
owner = "~nabijaczleweli";
repo = "archivemount-ng";
rev = finalAttrs.version;
hash = "sha256-XfWs8+vYCa9G9aPtXk/s5YYq/CHNOS7XDrGW7WpSWBQ=";
hash = "sha256-QQeVr3kPLVX543PwM2jtMnVQgkEfiQd09hG9VQvqLng=";
};
nativeBuildInputs = [ pkg-config ];