lol

oil: 0.12.6 -> 0.12.7

authored by

Gabriel Arazas and committed by
Yt
adc7d07c dcea5650

+2 -2
+2 -2
pkgs/shells/oil/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "oil"; 5 - version = "0.12.6"; 5 + version = "0.12.7"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.oilshell.org/download/oil-${version}.tar.xz"; 9 - hash = "sha256-jlNmrpze02g4FL4EFlKoZC7X/YOr3xhJWnMTPga3Bas="; 9 + hash = "sha256-WEbEcG4B+MqDVPXHjpp5lkJxT8AS+NivtJGfrnrcBys="; 10 10 }; 11 11 12 12 postPatch = ''