Merge pull request #256218 from r-ryantm/auto-update/udisks2

udisks2: 2.10.0 -> 2.10.1
This commit is contained in:
Weijia Wang 2023-09-29 00:06:55 +02:00 committed by GitHub
commit 072ba03656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "udisks";
version = "2.10.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "udisks";
rev = "${pname}-${version}";
sha256 = "sha256-M0L2MjVKv7VmtML/JZx0I8vNj+m6KDWGezvcwFqoTNI=";
sha256 = "sha256-L8jr1+SJWsCizkPXC8VKDy2eVa7/FpqdB8SkBYq6vwc=";
};
outputs = [ "out" "man" "dev" ] ++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform) "devdoc";