oscar: 1.5.1 -> 1.5.3 (#349004)

This commit is contained in:
Aleksana 2024-10-24 16:32:29 +08:00 committed by GitHub
commit 47f60c5be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [