Skip to content

Commit 4abfb5d

Browse files
r-ryantmJohnRTitor
authored andcommitted
hyprutils: 0.8.2 -> 0.8.3
1 parent fffc16a commit 4abfb5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hy/hyprutils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "hyprutils";
13-
version = "0.8.2";
13+
version = "0.8.3";
1414

1515
src = fetchFromGitHub {
1616
owner = "hyprwm";
1717
repo = "hyprutils";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-W0xgXsaqGa/5/7IBzKNhf0+23MqGPymYYfqT7ECqeTE=";
19+
hash = "sha256-PosTxeL39YrLvCX5MqqPA6NNWQ4T5ea5K55nmN7ju9Q=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)