update packages

This commit is contained in:
2023-11-15 12:39:51 +01:00
parent 2cc213f2d6
commit a6292fe031
3 changed files with 17 additions and 15 deletions

18
flake.lock generated
View File

@@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1698970509,
"narHash": "sha256-5n048xWGUgvqGfnVszh7/8Bv75czYO12gaZWx/KImGg=",
"lastModified": 1699817941,
"narHash": "sha256-Yos4QFOaUOdjUu21Aira7RhllLkSiE1u2yNn/PcyBqI=",
"owner": "Aylur",
"repo": "ags",
"rev": "7720f98f1aaa73b2a85f70652eb9c3c1cd4485e2",
"rev": "54fd9cf50c428bc8760ef20f05f6daffcb821896",
"type": "github"
},
"original": {
@@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1699025595,
"narHash": "sha256-e+o4PoSu2Z6Ww8y/AVUmMU200rNZoRK+p2opQ7Db8Rg=",
"lastModified": 1699783872,
"narHash": "sha256-4zTwLT2LL45Nmo6iwKB3ls3hWodVP9DiSWxki/oewWE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8765d4e38aa0be53cdeee26f7386173e6c65618d",
"rev": "280721186ab75a76537713ec310306f0eba3e407",
"type": "github"
},
"original": {
@@ -56,11 +56,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1698924604,
"narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=",
"lastModified": 1699781429,
"narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40",
"rev": "e44462d6021bfe23dfb24b775cc7c390844f773d",
"type": "github"
},
"original": {

View File

@@ -3,9 +3,9 @@
cachix
lorri
# fix for proton games not launching without any error message
libxcrypt
# gaming
gamescope
# browsers
firefox-wayland
chromium
@@ -19,6 +19,7 @@
handbrake
metadata-cleaner
bitwarden
nextcloud-client
# chat apps
(import ./packages/threema-desktop.nix { inherit pkgs; })
@@ -31,6 +32,7 @@
# office
libreoffice
apostrophe # markdown editor
AusweisApp2
# creative
gimp-with-plugins

View File

@@ -1,7 +1,7 @@
{ pkgs }: pkgs.jetbrains.idea-ultimate.overrideAttrs(prev: {
version = "2023.2.4";
version = "2023.2.5";
src = builtins.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-2023.2.4.tar.gz";
sha256 = "26fea1a8597e8124dcc24e8ed1dd6f5268e0cd1ba736bbe0e22df3f635ad280b";
url = "https://download.jetbrains.com/idea/ideaIU-2023.2.5.tar.gz";
sha256 = "1fcffaa924f60d2d74a2494ee3a69e904ae0e91b491ad373639fab61f2568624";
};
})