Unverified Commit 97ea4d2d authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

icewm: 3.6.0 -> 3.7.0 (#384394)

parents b231d589 a3637264
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.6.0";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    hash = "sha256-gxRKLukwdyCvqQ+gRYb4cv/8B52nRAFwdcps6FcKFXk=";
    hash = "sha256-RUT/zJcoDiNMit7XlxVb2lctta7NxcGAiFe3Mj7jUyM=";
  };

  strictDeps = true;