Unverified Commit 47f60c5b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

oscar: 1.5.1 -> 1.5.3 (#349004)

parents ef8c3eb1 f7388bc3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
  pname = "oscar";
  version = "1.5.1";
  version = "1.5.3";

  src = fetchFromGitLab {
    owner = "pholy";
    repo = "OSCAR-code";
    rev = "v${version}";
    hash = "sha256-FBHbPtMZeIgcR1pQflfEWK2FS8bquctXaeY/yaZofHg=";
    rev = "${version}";
    hash = "sha256-ukd2pni4qEwWxG4lr8KUliZO/R2eziTTuSvDo8uigxQ=";
  };

  buildInputs = [