partclone: 0.3.34 -> 0.3.36

This commit is contained in:
R. Ryantm
2025-03-30 10:10:50 +00:00
parent b991a5e456
commit ef5d887a4e
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "partclone";
version = "0.3.34";
version = "0.3.36";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-VxHxg5O/ox97rgRvY+KJJx35DVruack2Nu7JKwysruc=";
sha256 = "sha256-TZkWDs0KC2Kb7l5QFiHITJqWyq+ryj5mnhNY1wxcUyE=";
};
nativeBuildInputs = [