Skip to content

Commit 8e15f90

Browse files
authored
hyprwire: 0.3.0 -> 0.3.1 (NixOS#513550)
2 parents d630a04 + 9eadbe4 commit 8e15f90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1212
gcc15Stdenv.mkDerivation (finalAttrs: {
1313
pname = "hyprwire";
14-
version = "0.3.0";
14+
version = "0.3.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "hyprwm";
1818
repo = "hyprwire";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-PR/KER+yiHabFC/h1Wjb+9fR2Uy0lWM3Qld7jPVaWkk=";
20+
hash = "sha256-AKPaKeLDy0QXRBk/XzR7RktX7CV63ejYsTUgsPdXKvg=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)