1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

grim: 1.0 -> 1.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grim/versions
This commit is contained in:
R. RyanTM 2019-03-02 03:20:48 -08:00
parent 2fcb11a244
commit bf1b3e169f

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "grim-${version}";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "emersion";
repo = "grim";
rev = "v${version}";
sha256 = "1mpmxkzssgzqh9z263y8vk40dayw32kah66sb8ja7yw22rm7f4zf";
sha256 = "1bcvkggqszcwy6hg8g4mch3yr25ic0baafbd90af5s5mrhrjxxxz";
};
nativeBuildInputs = [