hyprpwcenter: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2026-02-10 19:56:11 +00:00
parent afdd275196
commit be457fb22b
+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 = [