lol

Merge pull request #82698 from zowoq/ostree

ostree: 2020.2 -> 2020.3

authored by

Jan Tojnar and committed by
GitHub
a077102d dce0f4f6

+2 -2
+2 -2
pkgs/tools/misc/ostree/default.nix
··· 37 37 ])); 38 38 in stdenv.mkDerivation rec { 39 39 pname = "ostree"; 40 - version = "2020.2"; 40 + version = "2020.3"; 41 41 42 42 outputs = [ "out" "dev" "man" "installedTests" ]; 43 43 44 44 src = fetchurl { 45 45 url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"; 46 - sha256 = "0bbk0sg4m38g7j00hy358p2azxas87minpgz3avwma6jsylj1qjg"; 46 + sha256 = "01cch4as23xspq6pck59al7x5jj60wl21g8p3iqbdxcjl1p3jxsq"; 47 47 }; 48 48 49 49 patches = [