Merge pull request #261541 from nixith/update-rosie
rosie: 1.3.0 -> 1.4.0
This commit is contained in:
commit
e2a7fbd5b2
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user