Skip to content

Commit a537741

Browse files
committed
wlinhibit: 0.1.1 -> 0.1.2
1 parent a8439bf commit a537741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wl/wlinhibit/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
stdenv.mkDerivation {
1313
pname = "wlinhibit";
14-
version = "0.1.1";
14+
version = "0.1.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "0x5a4";
1818
repo = "wlinhibit";
19-
rev = "v0.1.1";
20-
hash = "sha256-YQHJ9sLHSV8GJP7IpRzmtDbeB86y/a48mLcYy4iDciw=";
19+
rev = "v0.1.2";
20+
hash = "sha256-mAEBnlIfW1R5+3CMH4ZumQ39Ss2K7PfW28I4/O9saWE=";
2121
};
2222

2323
buildInputs = [

0 commit comments

Comments
 (0)