udpt: 3.1.1 -> 3.1.2 (#351982)

This commit is contained in:
Arne Keller
2024-12-19 07:17:38 +01:00
committed by GitHub
+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