Unverified Commit 6adbc3e8 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #294174 from r-ryantm/auto-update/icewm

icewm: 3.4.5 -> 3.4.6
parents 83bfe406 c73081a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "icewm";
  version = "3.4.5";
  version = "3.4.6";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    hash = "sha256-Auuu+hRYVziAF3hXH7XSOyNlDehEKg6QmSJicY+XQLk=";
    hash = "sha256-j4o4/Q+WWuVPZM/rij2miC7ApWrBNhzve2TAPEXIU20=";
  };

  nativeBuildInputs = [