Unverified Commit 22d0bba2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

fishMinimal: 4.1.1 -> 4.1.2 (#449746)

parents 3b4ce992 fe9e07b2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -152,13 +152,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "fish";
  version = "4.1.1";
  version = "4.1.2";

  src = fetchFromGitHub {
    owner = "fish-shell";
    repo = "fish-shell";
    tag = finalAttrs.version;
    hash = "sha256-3VwDwRjYo9/ifkl2Vt9pTmLabt+XyS0FXi0el+YgC/A=";
    hash = "sha256-oNRC1NWYE0LEK2a/7nHtlmp20f8hn/1FZgaySqzwSbg=";
  };

  env = {
@@ -169,7 +169,7 @@ stdenv.mkDerivation (finalAttrs: {

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) src patches;
    hash = "sha256-WZdfon6mnM+5caWW6yInQx5B1GjCxQ0XLbJlbvHa3Zc=";
    hash = "sha256-7mYWCHH6DBWTIJV8GPRjjf6QulwlYjwv0slablDvBF8=";
  };

  patches = [