Unverified Commit 8762f4bc authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

prismlauncher: 11.0.0 -> 11.0.1 (#509158)

parents 727cad0e 8bbc3093
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "prismlauncher-unwrapped";
  version = "11.0.0";
  version = "11.0.1";

  src = fetchFromGitHub {
    owner = "PrismLauncher";
    repo = "PrismLauncher";
    tag = finalAttrs.version;
    hash = "sha256-hjl0GUmAwcxqGMhvrHux4kWfOZWJvDV+SqOhyYwsO6o=";
    hash = "sha256-5OMDvGEVbF317gzq8w0LasecrEga1gkmSQ6FwwL7AOc=";
  };

  postUnpack = ''