wio: 0.17.3-unstable-2024-04-30 -> 0.19.0 (#437089)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-27 01:11:10 +02:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromGitLab,
alacritty,
cage,
cairo,
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wio";
version = "0.17.3-unstable-2024-04-30";
version = "0.19.0";
src = fetchFromGitHub {
owner = "Rubo3";
src = fetchFromGitLab {
owner = "Rubo";
repo = "wio";
rev = "9d459df379efdcf20ea10906c48c79c506c32066";
hash = "sha256-Bn7mCVQPH/kH2WRsGPPGIGgvk0r894zZHCHl6BVmWVg=";
rev = finalAttrs.version;
hash = "sha256-Ol9/dMYg1L+3jGFMpKsAPUAA7hkxu/v88JrI3v+ozAM=";
};
nativeBuildInputs = [
+1 -1
View File
@@ -4510,7 +4510,7 @@ with pkgs;
web-eid-app = libsForQt5.callPackage ../tools/security/web-eid-app { };
wio = callPackage ../by-name/wi/wio/package.nix {
wlroots = wlroots_0_17;
wlroots = wlroots_0_19;
};
wring = nodePackages.wring;