Skip to content

Commit

Permalink
grim: 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 21, 2020
1 parent a90a5c5 commit cbf3cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/grim/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "grim";
version = "1.3.0";
version = "1.3.1";

src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "v${version}";
sha256 = "14gqilgd27c4j2wn7fla72yj8syx0542rsanh61syikrv0hxgkvy";
sha256 = "0fjmjq0ws9rlblkcqxxw2lv7zvvyi618jqzlnz5z9zb477jwdfib";
};

nativeBuildInputs = [
Expand Down

0 comments on commit cbf3cb5

Please sign in to comment.