udisks: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm
2026-02-25 18:47:55 +00:00
parent 23eae0051a
commit f91f42f23e
+2 -2
View File
@@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "udisks";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "udisks";
tag = "udisks-${finalAttrs.version}";
hash = "sha256-G3qE4evcn5gtsd8Lrj6vjxCsAl/2LCdqdtaqLFFadMw=";
hash = "sha256-FZr5AhAxvMbaonYIClHgxsoHaGR2nIClK65IEaYxMeA=";
};
outputs = [