Skip to content

Commit 9f69b80

Browse files
authored
loopwm: 1.0.0 -> 1.1.1 (#337744)
2 parents 71e91c4 + 419c70a commit 9f69b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lo/loopwm/package.nix

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

88
stdenvNoCC.mkDerivation (finalAttrs: {
99
pname = "loopwm";
10-
version = "1.0.0";
10+
version = "1.1.1";
1111

1212
src = fetchurl {
1313
url = "https://github.com/MrKai77/Loop/releases/download/${finalAttrs.version}/Loop.zip";
14-
hash = "sha256-1DQ6O6QkD04/meS0XaS0+vpr+vd5cfwGSehV8QVgYtI=";
14+
hash = "sha256-eF8B4rmkyTtT0vWTcjdaNaWCHWSlPfS4uVV29L+wXiM=";
1515
};
1616

1717
sourceRoot = ".";

0 commit comments

Comments
 (0)