Unverified Commit 62fa25e5 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

dunst: 1.13.1 -> 1.13.2 (#502662)

parents 0589a5fa d280caee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dunst";
  version = "1.13.1";
  version = "1.13.2";

  src = fetchFromGitHub {
    owner = "dunst-project";
    repo = "dunst";
    tag = "v${finalAttrs.version}";
    hash = "sha256-F7CONYJ95aKNZ+BpWNUerCBMflgJYgSaLAqp6XJ1G5k=";
    hash = "sha256-Idh/moq+OjD3VpZKJ3blO1JAK7PPX42z15rQz/JZb84=";
  };

  nativeBuildInputs = [