3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #171691 from teutat3s/fix/grim-upstream-repo-srht

grim: upstream moved from GitHub to Sourcehut
This commit is contained in:
Bernardo Meurer 2022-05-05 15:09:34 -07:00 committed by GitHub
commit 55c3e35e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ lib, stdenv, fetchFromGitHub, pixman, libpng, libjpeg, meson, ninja, wayland, pkg-config, scdoc, wayland-protocols }:
{ lib, stdenv, fetchFromSourcehut, pixman, libpng, libjpeg, meson, ninja, wayland, pkg-config, scdoc, wayland-protocols }:
stdenv.mkDerivation rec {
pname = "grim";
version = "1.4.0";
src = fetchFromGitHub {
owner = "emersion";
src = fetchFromSourcehut {
owner = "~emersion";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lwJn1Lysv1qLauqmrduUlzdoKUrUM5uBjv+dWSsrM6w=";