marst: 2.7 -> 2.8

This commit is contained in:
R. Ryantm
2025-10-07 00:28:19 +00:00
parent 0bcf98ab2f
commit 28214b33c9

View File

@@ -7,11 +7,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "marst"; pname = "marst";
version = "2.7"; version = "2.8";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-Pue50cvjzZ+19iJxfae7VQbxpto7MPgS4jhLh7zk2lA="; hash = "sha256-139HA7C0S1C+V5CPnVVu5sO+3ZfWOMQpSdauyE+AcLo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [