2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-12 02:37:18 +00:00
Robert Schütz 2024-12-11 22:19:53 -08:00 committed by GitHub
parent 419441edde
commit f5413b089b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
python3Packages.buildPythonApplication rec {
pname = "udiskie";
version = "2.5.3";
version = "2.5.7";
pyproject = true;
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
owner = "coldfix";
repo = "udiskie";
rev = "v${version}";
hash = "sha256-asrVQR0d+5l76COsXp88srtGZQHU+AwbP3HwDiwRlnE=";
hash = "sha256-ndoTVeF6iTe4+aqFDRaLUEaBavgCWHzULXeG3Kj3ptY=";
};
patches = [