Merge pull request #261541 from nixith/update-rosie

rosie: 1.3.0 -> 1.4.0
This commit is contained in:
Peder Bergebakken Sundt 2024-08-18 03:31:55 +02:00 committed by GitHub
commit e2a7fbd5b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,16 +3,16 @@
, fetchgit
, libbsd
, readline
,
}:
stdenv.mkDerivation rec {
pname = "rosie";
version = "1.3.0";
version = "1.4.0";
src = fetchgit {
url = "https://gitlab.com/rosie-pattern-language/rosie";
rev = "9303e04ae2cffabdda6ccc4e2a351a47218615ff";
sha256 = "1smh760baf43hr56p6rh4khz3shyzda5lqva4ffxwchl7yy7r82j";
rev = "79605830e32dff33544f9ebe7d7be752c29424b5";
sha256 = "sha256-n7Tem/4ZjizfCPT21teYK2wZ/gVpgjHUim9s7soEwbM=";
fetchSubmodules = true;
};