Skip to content

Commit

Permalink
butt: 1.41.1 -> 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Jun 4, 2024
1 parent 356406a commit 3e1b36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bu/butt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 3e1b36a

Please sign in to comment.