dehydrated: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm
2025-05-18 00:49:33 +00:00
parent 489293fffc
commit 00ec3977ef
+2 -2
View File
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "dehydrated";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "lukas2511";
repo = "dehydrated";
rev = "v${version}";
sha256 = "sha256-K08eeruyT5vKzK3PzfCkubZiHbf9Yq7wzD1z69MeDtY=";
sha256 = "sha256-xDDYqP6oxJt0NPgHtHV1xQKUxVc8JQxWekXwxezggtE=";
};
nativeBuildInputs = [