Skip to content

Commit

Permalink
moe: 1.14 -> 1.15 (#371786)
Browse files Browse the repository at this point in the history
Co-authored-by: AndersonTorres <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and AndersonTorres authored Jan 13, 2025
2 parents 580c6de + 82d7d4e commit edcc74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/moe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "moe";
version = "1.14";
version = "1.15";

src = fetchurl {
url = "mirror://gnu/moe/moe-${finalAttrs.version}.tar.lz";
hash = "sha256-9Lq9bOCuGVFvmDRU+yDTLf9xrTFjN6xr+TpCpf8gnJ0=";
hash = "sha256-QfjIsJnOMEeUXKTgl6YNkkPpxz+7JowZShLaiw2fCmY=";
};

prePatch = ''
Expand Down

0 comments on commit edcc74f

Please sign in to comment.