Commit cd774633 authored by Yarny0's avatar Yarny0 Committed by Doron Behar
Browse files

icewm: replace `rev` with `tag` in `fetchFromGitHub`

parent 42c77ca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    rev = finalAttrs.version;
    tag = finalAttrs.version;
    hash = "sha256-4JF2ZAp8dx2fpSYRUz4I8US3oIZrSS90oljuxQDm38A=";
  };