Unverified Commit 5b7a8fdc authored by Marcel's avatar Marcel
Browse files

nextcloud31Packages.apps.memories: drop

nextcloud v32 was droped in nixpkgs already
parent 5d7143af
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,12 +12,11 @@
}:
let
  latestVersionForNc = {
    "31" = {
    "32" = {
      version = "7.8.2";
      appHash = "sha256-O59G5kUkYlYxr8p/vEqs3LqLRKJZbeEgDhdY5eHfnZg=";
      srcHash = "sha256-KyUfrKHnRO3lMin0seSNFRnRRTPo12NbbvbkSpxSMQE=";
    };
    "32" = latestVersionForNc."31";
    "33" = {
      version = "8.0.1";
      appHash = "sha256-B+O78qjBQbmMnFAvH/5a+YBive+rkBG9AKTX7G3qNR0=";