We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3bf08 commit e418cdaCopy full SHA for e418cda
pkg/nix/default.nix
@@ -13,7 +13,7 @@
13
jq ? null,
14
# Allow source override for flake usage
15
source ? null,
16
- version ? "0.3.0",
+ version ? "0.3.1",
17
}:
18
stdenv.mkDerivation rec {
19
pname = "ticket";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
27
owner = "mojotech";
28
repo = "ticket";
29
rev = "v${version}";
30
- hash = "sha256-RTZZhvUWfs76PGv0NnNu7Rmyn9EOZ6xME9nPq4d6Jis=";
+ hash = "sha256-bp6tVoXViobfLrtnO5VJy1FANL/cGSZz/ju+gIX2A2o=";
31
};
32
33
nativeBuildInputs = [makeWrapper];
0 commit comments