casilda: 1.0.0 -> 1.2.0

Diff: https://gitlab.gnome.org/jpu/casilda/-/compare/1.0.0...1.2.0
This commit is contained in:
kyehn
2026-03-11 07:44:26 +00:00
committed by kyehn
parent 3cae590b87
commit a1f74fc8e0
+4 -4
View File
@@ -12,13 +12,13 @@
libepoxy,
wayland,
wayland-scanner,
wlroots_0_18,
wlroots_0_19,
libxkbcommon,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "casilda";
version = "1.0.0";
version = "1.2.0";
outputs = [
"out"
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "jpu";
repo = "casilda";
tag = finalAttrs.version;
hash = "sha256-KXICqldEJC3xKc0bd1X4O2glLeipzqHE1cGle7TKvAw=";
hash = "sha256-JaWHKKNYeeW7QKB6DpGrXowvufeBZUnc9pP0ZAAo3gU=";
};
depsBuildBuild = [ pkg-config ];
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
wayland-protocols
wayland # for wayland-server
libxkbcommon
wlroots_0_18
wlroots_0_19
];
propagatedBuildInputs = [ gtk4 ];