Merge pull request #122578 from AndersonTorres/quick-patches

Quick patches
This commit is contained in:
Anderson Torres
2021-05-12 23:04:37 -03:00
committed by GitHub
4 changed files with 105 additions and 65 deletions
@@ -39,13 +39,13 @@
stdenv.mkDerivation rec {
pname = "icewm";
version = "2.2.0";
version = "2.3.4";
src = fetchFromGitHub {
owner = "bbidulock";
owner = "ice-wm";
repo = pname;
rev = version;
hash = "sha256-STM8t311lf0xIqs2Onmwg48xgE7V9VZrUfJrUzYRxL4=";
hash = "sha256-UyLefj0eY/m3Of51NdhMNMq3z+kaLK28zDe63hbDK5A=";
};
nativeBuildInputs = [