Commit 5ef8f585 authored by Harsh Shandilya's avatar Harsh Shandilya Committed by Maxine Aubrey
Browse files

gnomeExtensions.argos: unstable-2023-09-26 -> unstable-2024-04-03

parent dfdc8d67
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "argos";
  version = "unstable-2023-09-26";
  version = "unstable-2024-04-03";

  src = fetchFromGitHub {
    owner = "p-e-w";
    repo = "argos";
    rev = "adfaa31e8c08f7b59e9492891a7e6f753c29b35e";  # https://github.com/p-e-w/argos/pull/150
    hash = "sha256-st8AeMRtkvM4M/Z70qopjw9Yx0t9l0DsUke4ClQtcBU=";
    rev = "0449229e11bc2bb5c66e6f1d8503635cdf276bcf";
    hash = "sha256-szBk3zW+HzfxTI34lLB1DFdnwZ3W+BgeVgDkwf0UzQU=";
  };

  installPhase = ''