Skip to content

Commit e418cda

Browse files
nix: update to v0.3.1
1 parent 2d3bf08 commit e418cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/nix/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
jq ? null,
1414
# Allow source override for flake usage
1515
source ? null,
16-
version ? "0.3.0",
16+
version ? "0.3.1",
1717
}:
1818
stdenv.mkDerivation rec {
1919
pname = "ticket";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727
owner = "mojotech";
2828
repo = "ticket";
2929
rev = "v${version}";
30-
hash = "sha256-RTZZhvUWfs76PGv0NnNu7Rmyn9EOZ6xME9nPq4d6Jis=";
30+
hash = "sha256-bp6tVoXViobfLrtnO5VJy1FANL/cGSZz/ju+gIX2A2o=";
3131
};
3232

3333
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)