Skip to content

Commit f97fc5f

Browse files
committed
udpt: 3.1.1 -> 3.1.2
1 parent 644c180 commit f97fc5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ud/udpt/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "udpt";
5-
version = "3.1.1";
5+
version = "3.1.2";
66

77
src = fetchFromGitHub {
88
owner = "naim94a";
99
repo = "udpt";
10-
rev = "${pname}-${version}";
11-
sha256 = "sha256-G3LzbV3b1Y/2SPIBS1kZDuLuGF5gV/H1LFBRhevpdjU=";
10+
rev = "v${version}";
11+
sha256 = "sha256-dWZRl5OiuEmCx7+Id0/feCohH5k/HA47nbPUEo8BBwQ=";
1212
};
1313

14-
cargoHash = "sha256-ebLVyUB65fW8BWctxXnYxrnl/2IESd4YJXeiMsMXn9s=";
14+
cargoHash = "sha256-wOBD8XKlIpLqj5R8rOw6m4V/UAFiPodo+P32mvjA8Go=";
1515

1616
postInstall = ''
1717
install -D udpt.toml $out/share/udpt/udpt.toml

0 commit comments

Comments
 (0)