Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gtk-layer-shell: 0.9.0 -> 0.9.1

R. Ryantm da2c8afb eb77ff4e

+2 -2
+2 -2
pkgs/by-name/gt/gtk-layer-shell/package.nix
··· 17 17 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "gtk-layer-shell"; 20 - version = "0.9.0"; 20 + version = "0.9.1"; 21 21 22 22 outputs = [ 23 23 "out" ··· 30 30 owner = "wmww"; 31 31 repo = "gtk-layer-shell"; 32 32 rev = "v${finalAttrs.version}"; 33 - hash = "sha256-9hQE1NY5QCuj+5R5aSjJ0DaMUQuO7HPpZooj+1+96RY="; 33 + hash = "sha256-TObAo/YgS6ObYrNLitxMwneGzLxwnnBIOhBVAeAzbt4="; 34 34 }; 35 35 36 36 strictDeps = true;