Merge pull request #133254 from r-ryantm/auto-update/lisgd

lisgd: 0.3.0 -> 0.3.1
This commit is contained in:
Artturi 2021-08-09 18:38:24 +03:00 committed by GitHub
commit 1acb8c5c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lisgd"; pname = "lisgd";
version = "0.3.0"; version = "0.3.1";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~mil"; owner = "~mil";
repo = "lisgd"; repo = "lisgd";
rev = version; rev = version;
sha256 = "0g2pwff2c6ipxz83l26kx4rs3vah9qlm4h0n4x1k80mzqzf15hb6"; sha256 = "sha256-A8SsF5k4GwfVCj8JtodNWoLdPzaA9YsoP5EHHakUguc=";
}; };
inherit patches; inherit patches;