jam: 2.6 -> 2.6.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jam/versions
This commit is contained in:
parent
96ac71d680
commit
6034acabd1
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, yacc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "jam-2.6";
|
||||
name = "jam-2.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/${name}.tar";
|
||||
sha256 = "0j4r7xcjz15ksnnpjw56qi99q4lpjmx097pkwwkl1hq3hqml1zhn";
|
||||
sha256 = "19xkvkpycxfsncxvin6yqrql3x3z9ypc1j8kzls5k659q4kv5rmc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ yacc ];
|
||||
|
Loading…
Reference in New Issue
Block a user