Skip to content

Commit

Permalink
oscar: update to 1.6.0, update source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcboy committed Dec 24, 2024
1 parent d9e4728 commit 2cfeea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/os/oscar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "oscar";
version = "1.5.3";
version = "1.6.0";

src = fetchFromGitLab {
owner = "pholy";
owner = "CrimsonNape";
repo = "OSCAR-code";
rev = "${version}";
hash = "sha256-ukd2pni4qEwWxG4lr8KUliZO/R2eziTTuSvDo8uigxQ=";
rev = "v${version}";
hash = "sha256-1rHgajjs+Vt9lcqkqKy92pWQLjvAHE10fPUTy8hurw4=";
};

buildInputs = [
Expand Down

0 comments on commit 2cfeea1

Please sign in to comment.