thumbdrives: 0.3.1 -> 0.3.2

https://git.sr.ht/~martijnbraam/thumbdrives/refs/0.3.2
This commit is contained in:
Luflosi
2024-09-23 14:35:14 +02:00
parent f2000aea85
commit 50a7713ee6
+2 -2
View File
@@ -16,7 +16,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "thumbdrives";
version = "0.3.1";
version = "0.3.2";
format = "other";
@@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "~martijnbraam";
repo = pname;
rev = version;
sha256 = "sha256-CPZKswbvsG61A6J512FOCKAntoJ0sUb2s+MKb0rO+Xw=";
hash = "sha256-Mh3NSEYscnzw6kjR9m0XbTygj07cIQwdyLcdLpfKi3Y=";
};
postPatch = ''