nix-snapshotter: 0.2.0 -> 0.2.1 (#362460)

This commit is contained in:
Wolfgang Walther 2024-12-12 20:24:50 +01:00 committed by GitHub
commit 6508125094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
let
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "pdtpartners";
repo = "nix-snapshotter";
rev = "v${version}";
hash = "sha256-hQ2b9Yx8g8okVWGo/iuvY2sR6FWI8iKp74m4gdXeueI=";
hash = "sha256-TCZdXCmnqCPsd3PjLv/LDSKJhTspLliL0DE+c/XP9BY=";
};
nix-snapshotter-lib = callPackage "${src}/package.nix" {};