Unverified Commit 6d73a52d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

albert: 0.26.0 -> 0.26.2 (#337519)

parents 01b81081 bcbb41e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "albert";
  version = "0.26.0";
  version = "0.26.2";

  src = fetchFromGitHub {
    owner = "albertlauncher";
    repo = "albert";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OdRx8fev0weXgSMEUhSm7aESN2W3BVnJpgtrlEUo+L0=";
    hash = "sha256-jgSa1IvpMlwtpNT/SEysG28qaszV7gH6ZSqGrHQ/EC0=";
    fetchSubmodules = true;
  };