Unverified Commit 5889366f authored by Igor Rzegocki's avatar Igor Rzegocki
Browse files

whatsie: 4.15.3 -> 4.15.5

parent 87480a33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "whatsie";
  version = "4.15.3";
  version = "4.15.5";

  src = fetchFromGitHub {
    owner = "keshavbhatt";
    repo = "whatsie";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-fbbyh8Q1jbKY+4ZEexDvIrhdcP+uCYAnhtUQsSqS0jw=";
    hash = "sha256-6tczt9oPtcKvA59YqRHGOE2VFQLRNbyHpCJ6b4kzgks=";
  };

  sourceRoot = "${finalAttrs.src.name}/src";