mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
archivemount: 1a -> 1b
This commit is contained in:
parent
74fd8e36e6
commit
fb7c9e92b2
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue