grim: upstream moved from GitHub to Sourcehut

This commit is contained in:
teutat3s 2022-05-05 19:33:26 +02:00
parent 8ca45baf0c
commit 8978e8072d
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

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=";