Skip to content

Commit 625e0c1

Browse files
committed
build(pkgs/pistache): Use v${version} in revision so that nix-update can do its job
1 parent 990444d commit 625e0c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pistache/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}:
1414
stdenv.mkDerivation rec {
1515
pname = "pistache";
16-
version = "2023-02-25";
16+
version = "ver";
1717
src = fetchFromGitHub {
1818
owner = "pistacheio";
1919
repo = "pistache";
20-
rev = "ae073a0709ed1d6f0c28db90766c64b06f0366e6";
21-
hash = "sha256-4mqiQRL3ucXudNRvjCExPUAlz8Q5BzEqJUMVK6f30ug=";
20+
rev = "${version}";
21+
hash = "src-hash";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)