lol

appstream: 1.0.3 -> 1.0.4 (#363763)

authored by

Christian Kögler and committed by
GitHub
f38a975b 666690fd

+2 -2
+2 -2
pkgs/development/libraries/appstream/default.nix
··· 37 37 38 38 stdenv.mkDerivation (finalAttrs: { 39 39 pname = "appstream"; 40 - version = "1.0.3"; 40 + version = "1.0.4"; 41 41 42 42 outputs = [ "out" "dev" "installedTests" ]; 43 43 ··· 45 45 owner = "ximion"; 46 46 repo = "appstream"; 47 47 rev = "v${finalAttrs.version}"; 48 - sha256 = "sha256-pniZq+rR9wW86QqfRw4WZiBo1F16aSAb1J2RjI4aqE0="; 48 + sha256 = "sha256-UnSJcXH0yWK/dPKgbOx9x3iJjKcKNYFkD2Qs5c3FtM8="; 49 49 }; 50 50 51 51 patches = [