butt: 1.41.1 -> 1.42.0

This commit is contained in:
R. Ryantm 2024-06-04 03:44:57 +00:00 committed by Emery Hemingway
parent 356406aff9
commit 3e1b36a740

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "butt";
version = "1.41.1";
version = "1.42.0";
src = fetchurl {
url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz";
hash = "sha256-y/XIcFm1TWVd5SL+kDCJc21CtMwipMQgRE4gPra5+98=";
hash = "sha256-/Y96Pq/3D37n/2JZdvcEQ1BBEtHlJ030QLesfNyBg2g=";
};
postPatch = ''