Skip to content

Commit

Permalink
pekwm: 0.3.1 -> 0.3.2 (NixOS#369274)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 30, 2024
2 parents 35c6926 + 6c2d618 commit 14739ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pe/pekwm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pekwm";
version = "0.3.1";
version = "0.3.2";

src = fetchFromGitHub {
owner = "pekdon";
repo = "pekwm";
rev = "release-${finalAttrs.version}";
hash = "sha256-l43xxCowSEBQjwg7hjpBwybFB12ESOep6hqdzSsD3YI=";
hash = "sha256-rwvecE9T+/zZg0rRUDl/DEMGH9ZmuvYj/Rz6vzmMv1I=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 14739ba

Please sign in to comment.