Skip to content

Commit d4f88d3

Browse files
pekwm: 0.3.0 -> 0.3.1 (#360639)
2 parents 4b9d87c + 00ef09a commit d4f88d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pe/pekwm/package.nix

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

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "pekwm";
21-
version = "0.3.0";
21+
version = "0.3.1";
2222

2323
src = fetchFromGitHub {
2424
owner = "pekdon";
2525
repo = "pekwm";
2626
rev = "release-${finalAttrs.version}";
27-
hash= "sha256-hA+TBAs9NMcc5DKIkzyUHWck3Xht+yeCO54xJ6oXXuQ=";
27+
hash= "sha256-l43xxCowSEBQjwg7hjpBwybFB12ESOep6hqdzSsD3YI=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)