lol

hyprgraphics: 0.1.5 -> 0.1.6

+4 -2
+4 -2
pkgs/by-name/hy/hyprgraphics/package.nix
··· 12 12 libjxl, 13 13 libspng, 14 14 libwebp, 15 + pango, 15 16 pixman, 16 17 }: 17 18 18 19 stdenv.mkDerivation (finalAttrs: { 19 20 pname = "hyprgraphics"; 20 - version = "0.1.5"; 21 + version = "0.1.6"; 21 22 22 23 src = fetchFromGitHub { 23 24 owner = "hyprwm"; 24 25 repo = "hyprgraphics"; 25 26 tag = "v${finalAttrs.version}"; 26 - hash = "sha256-gbh1HL98Fdqu0jJIWN4OJQN7Kkth7+rbkFpSZLm/62A="; 27 + hash = "sha256-CR6RnqEJSTiFgA6KQY4TTLUWbZ8RBnb+hxQqesuQNzQ="; 27 28 }; 28 29 29 30 nativeBuildInputs = [ ··· 39 40 libjxl 40 41 libspng 41 42 libwebp 43 + pango 42 44 pixman 43 45 ]; 44 46