We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed7a9c3 + f97fc5f commit 6cfe2c3Copy full SHA for 6cfe2c3
pkgs/by-name/ud/udpt/package.nix
@@ -2,16 +2,16 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "udpt";
5
- version = "3.1.1";
+ version = "3.1.2";
6
7
src = fetchFromGitHub {
8
owner = "naim94a";
9
repo = "udpt";
10
- rev = "${pname}-${version}";
11
- sha256 = "sha256-G3LzbV3b1Y/2SPIBS1kZDuLuGF5gV/H1LFBRhevpdjU=";
+ rev = "v${version}";
+ sha256 = "sha256-dWZRl5OiuEmCx7+Id0/feCohH5k/HA47nbPUEo8BBwQ=";
12
};
13
14
- cargoHash = "sha256-ebLVyUB65fW8BWctxXnYxrnl/2IESd4YJXeiMsMXn9s=";
+ cargoHash = "sha256-wOBD8XKlIpLqj5R8rOw6m4V/UAFiPodo+P32mvjA8Go=";
15
16
postInstall = ''
17
install -D udpt.toml $out/share/udpt/udpt.toml
0 commit comments