mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
procodile: 1.0.23 -> 1.0.26
procodile: remove rec procodile: remove pname
This commit is contained in:
parent
670a9d0989
commit
ace1b4233b
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
json (2.2.0)
|
json (2.12.2)
|
||||||
procodile (1.0.23)
|
procodile (1.0.26)
|
||||||
json
|
json
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
@ -12,4 +12,4 @@ DEPENDENCIES
|
||||||
procodile
|
procodile
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.6.6
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
|
sha256 = "1x5b8ipv6g0z44wgc45039k04smsyf95h2m5m67mqq35sa5a955s";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.2.0";
|
version = "2.12.2";
|
||||||
};
|
};
|
||||||
procodile = {
|
procodile = {
|
||||||
dependencies = [ "json" ];
|
dependencies = [ "json" ];
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "025pbr1kah7cgs527n5q56m5agaa2smzac4rpmpk619xg4r1rdhs";
|
sha256 = "1f2xf460p0dd8871dfjm3mx669hiy4fz2n53za0pfrd6mvwx5qkq";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.23";
|
version = "1.0.26";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue