Unverified Commit 59138c76 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

featherpad: 1.6.1 -> 1.6.2 (#409150)

parents 4d98794a 8e53c647
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "featherpad";
  version = "1.6.1";
  version = "1.6.2";

  src = fetchFromGitHub {
    owner = "tsujan";
    repo = "FeatherPad";
    tag = "V${finalAttrs.version}";
    hash = "sha256-uI/XKBBoKsbABQWvTQbqFLStXFeiJI2u0DA+Injxon0=";
    hash = "sha256-G47ltOiyNEk/NrFWoXpft/rCJ18t0FTZrc5ReEJL6TU=";
  };

  nativeBuildInputs = [