libportal: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm
2024-12-31 22:06:46 +01:00
committed by Jan Tojnar
parent e0be1ad972
commit 354b423fcc
+2 -2
View File
@@ -21,7 +21,7 @@ assert
stdenv.mkDerivation rec {
pname = "libportal" + lib.optionalString (variant != null) "-${variant}";
version = "0.8.1";
version = "0.9.0";
outputs = [
"out"
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "flatpak";
repo = "libportal";
rev = version;
sha256 = "sha256-NAkD5pAQpmAtVxsFZt74PwURv+RbGBfqENIwyxEEUSc=";
sha256 = "sha256-uKblVaJB3s01En/T3ofT8uZHHarPKAO1qyLidLZ/b/g=";
};
depsBuildBuild = [