udpt: 3.1.1 -> 3.1.2

This commit is contained in:
makefu
2024-11-20 23:10:26 +01:00
parent 644c1802f0
commit f97fc5fba1
+4 -4
View File
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "udpt";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "naim94a";
repo = "udpt";
rev = "${pname}-${version}";
sha256 = "sha256-G3LzbV3b1Y/2SPIBS1kZDuLuGF5gV/H1LFBRhevpdjU=";
rev = "v${version}";
sha256 = "sha256-dWZRl5OiuEmCx7+Id0/feCohH5k/HA47nbPUEo8BBwQ=";
};
cargoHash = "sha256-ebLVyUB65fW8BWctxXnYxrnl/2IESd4YJXeiMsMXn9s=";
cargoHash = "sha256-wOBD8XKlIpLqj5R8rOw6m4V/UAFiPodo+P32mvjA8Go=";
postInstall = ''
install -D udpt.toml $out/share/udpt/udpt.toml