Unverified Commit 5c846fb9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

fileshelter: 6.2.0 -> 6.3.0 (#444838)

parents 97ecf377 819d47de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fileshelter";
  version = "6.2.0";
  version = "6.3.0";

  src = fetchFromGitHub {
    owner = "epoupon";
    repo = "fileshelter";
    tag = "v${finalAttrs.version}";
    hash = "sha256-21ANNJB7rbGAdlS7ELyGAEIjvK8biFlH27yVHrLKpwY=";
    hash = "sha256-M6Asq3FWK7JpiLwxtNfuzeltO7iWxLOZIYg5lwJCByM=";
  };

  postPatch = ''