hyprpwcenter: 0.1.1 -> 0.1.2 (#489191)

This commit is contained in:
Austin Horstman
2026-02-11 04:05:47 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprpwcenter";
version = "0.1.1";
version = "0.1.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpwcenter";
tag = "v${finalAttrs.version}";
hash = "sha256-Hxv5Xjlnv70Q/MGLZ4eTlhW8jYhx4gzhn3YL4oc4hN0=";
hash = "sha256-HrmLl4Laizh4zd55H6ETNdxrYQvUB4n1/OC6mxwD+D0=";
};
nativeBuildInputs = [