Unverified Commit 4413ea9c authored by Amaan Qureshi's avatar Amaan Qureshi
Browse files

unigine-valley: fix source hash

Upstream changed the download file without a version bump.
parent 56136f8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://assets.unigine.com/d/Unigine_Valley-${version}.run";
    sha256 = "sha256-XwyL0kMRGFURgrq79fHCD7FOekB4lpckDcr1RkQ2YPQ=";
    hash = "sha256-L7R6nEXQbLTEi76VUoUyhS2LFeTdgdaTaIQVWGn/1+8=";
  };

  sourceRoot = "Unigine_Valley-${version}";